/* body{
    background:gray !important;
}
.header_nav,.index,.footer,#slideshow,.rigth_box{
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1); 
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; 
}
 */

.yqsc {
    width: 100%;
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;
}

.yqsc a {
    width: 49%;
    height: 100%;
    float: left;
}

.yqsc a:first-child {
    margin-right: 2%;
}

.yqsc img {
    width: 100%;
    height: 100%;
}

/*  */

.bg_by {
    top: 0;
}

.main {
    transition: all linear 1s;
    position: relative;
    margin-top: 0;
}

.click {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    margin-left: -13px;
    height: 38px;
    display: none;
}

.up_click {
    margin-top: 0px;
    display: block;
    height: 94%;
}

.down_click {
    display: none;
    height: 91%;
}

.index {
    width: 100%;
    padding: 20px;
    background: #fff;
}

.index_top {
    width: 100%;
    overflow: hidden;
    height: 360px;
}

.lbt {
    float: left;
    width: 54%;
    height: 100%;
}

.slideBox {
    width: 100%;
    height: 318px;
    position: relative;
    margin-top: 14px;
}

.slideBox>a {
    width: 40px;
    height: 62px;
    position: absolute;
    top: 40%;
    z-index: 9;
}

.slideBox>a.prev {
    left: 0px;
    background: url(../images/index/left.png) no-repeat;
    background-size: 100% 100%;
}

.slideBox>a.next {
    right: 0px;
    background: url(../images/index/right.png) no-repeat;
    background-size: 100% 100%;
}

.slideBox .bd,
.slideBox .bd .tempWrap,
.slideBox .bd ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideBox .bd ul li {
    float: left;
    width: 100%;
    height: 100%;
}

.slideBox .bd ul li>a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.slideBox .bd ul li>a img {
    width: 100%;
    height: 100%;
}

.slideBox .bd ul li>a>s {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.slideBox .bd ul li>a>span {
    width: 70%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 4%;
}

.slideBox .hd {
    width: 26%;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slideBox .hd ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background-color: #2f5594;
}

.list_one {
    float: right;
    width: 45%;
    height: 100%;
    overflow: hidden;
}

.lo_title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.lo_title p {
    float: left;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-left: -0.5%;
    background-color: #ececec;
    cursor: pointer;
    /* width: 24%; */
    height: 42px;
    line-height: 42px;
    width: 30%;
}

.lo_title p:first-child {
    margin-left: 0;

}

.lo_title p+p+p {
    width: 20%;
}

.lo_title div {
    float: right;
    margin-top: 10px;
}

.lo_title div a {
    display: none;
}

.lo_title div a img {
    transition: all 0.4s linear;
}

.lo_title div a:hover img {
    transform: rotate(360deg);
}

.lo_title div a.on {
    display: block;
}

.lo_title p a {
    padding: 0 12px;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}

.lo_title p.on a {
    color: #fff;
    background-color: #1782d5;
    padding: 0 15px;
}

.lo_main {
    width: 100%;
}

.lo_m {
    display: none;
    width: 100%;
}

.lo_m div {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 6px;
    border-bottom: 1px dashed #cccccc;
}

.lo_m div h2 {
    width: 96%;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    margin: 0 auto;
    line-height: 32px;
}

.lo_m div h2 a {
    color: #0b5492;
}

.lo_m div h2 a:hover {
    color: red;
}

.lo_m div p {
    width: 96%;
    font-size: 14px;
    color: #909090;
    text-indent: 2em;
    margin: 0 auto;
    line-height: 28px;
}

.lo_m div p a {
    color: #dc0909;
}

.lo_m div p a:hover {
    color: red;
}

.lo_m ul li {
    line-height: 35px;
}

.lo_m ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.lo_m ul li a p {
    float: left;
    width: 100%;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 2% 50%;
    transition: all 0.4s linear;
}

.lo_m ul li a span {
    display: none;
    float: right;
    color: #999999;
}

.lo_m ul li a:hover p {
    text-indent: 1em;
}

.index_container {
    width: 100%;
    padding: 20px 0 10px;
    overflow: hidden;
}

.list_two {
    float: left;
    width: 58%;
    margin-right: 3%;
}

.lt_title {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.lt_title div {
    position: relative;
}

.lt_title div span {
    height: 3px;
    background-color: #0b5492;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.4s linear;
}

.lt_title div p {
    float: left;
    font-size: 18px;
    position: relative;
    margin-left: 3px;
    padding: 0px 5px 5px;
    cursor: pointer;
    width: 82px;
}

.lt_title div p.on a {
    font-weight: 700;
    color: #0b5492;
}

.lt_title div p:first-child {
    margin-left: 0;
}

.lt_title div div {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.lt_title div div a {
    display: none;
}

.lt_title div div a img {
    transition: all 0.4s linear;
}

.lt_title div div a.on {
    display: block;
}

.lt_title div div a:hover img {
    transform: rotate(360deg);
}

.lt_main {
    width: 100%;
}

.lt_main ul {
    display: none;
}

.lt_main ul.on {
    display: block;
}

.lt_main ul li {
    /* padding: 8px 0; */
    border-top: 1px dashed #cccccc;
    line-height: 35px;
}

.lt_main ul li:first-child {
    /* padding: 0 0 10px; */
    border: none;
}

.lt_main ul li a {
    display: block;
    overflow: hidden;
    font-size: 16px;
}

.lt_main ul li a p {
    float: left;
    width: 85%;
    /* line-height: 28px; */
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    background: url(../images/index/dian.png) no-repeat 0 center;
    transition: all 0.4s linear;
}

.lt_main ul li:hover a p {
    text-indent: 1em;
}

.lt_main ul li a div {
    float: right;
    /* width: 12%; */
    text-align: right;
    color: #999;
}

.lt_main ul li a div b {
    display: block;
    width: 90%;
    font-size: 18px;
    color: #fff;
    padding: 4px 0 0;
    margin: 0 auto;
}

.lt_main ul li a div span {
    display: block;
    width: 80%;
    font-size: 14px;
    color: #c6c6c6;
    margin: 0 auto;
    padding: 1px 0 5px;
    border-top: 1px solid #c6c6c6;
}

.list_three {
    float: left;
    width: 39%;
}

.lth_img {
    width: 100%;
    overflow: hidden;
}

.lth_img li {
    width: 49%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background: url(../images/index/zwbg.png) no-repeat;
    float: left;
    background-size: 100% 100%;
}

.lth_img li:first-child {
    margin-right: 2%;
}

.lth_img .ldzc_li {
    position: relative;

}

.lth_img .ldzc_li::after {
    position: absolute;
    top: 5px;
    right: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/index/xxtb.png") no-repeat;
}

.lth_img li a {
    display: block;
    font-size: 20px;
}

.lth_img a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.lth_main {
    width: 100%;
}

.lth_main ul {
    min-height: 158px;
    padding: 10px 0;
}

.lth_main ul li {
    /* padding: 7px 0; */
    line-height: 35px;
}

.lth_main ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.lth_main ul li a p {
    float: left;
    width: 85%;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
}

.lth_main ul li a span {
    display: block;
    float: right;
    color: #999999;
}

.lth_main ul li a:hover p {
    text-indent: 1em;
}

.lth_nav {
    width: 100%;
    overflow: hidden;
}

.lth_nav a {
    display: block;
    float: left;
    width: 32%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-left: 2%;
    padding: 12px 0;
    background: url(../images/index/wsdcbg.png) no-repeat;
    background-size: 100% 100%;
}

.lth_nav a:first-child {
    margin-left: 0;
    background: url(../images/index/yjzjbg.png) no-repeat;
}

.lth_nav a.lth_nav_a {
    background: url(../images/index/zxftbg.png) no-repeat;
}

.index_bottom {
    width: 100%;
    overflow: hidden;
}

.ib_img {
    float: left;
}

.ib_img ul {
    width: 100%;
    overflow: hidden;
}

.ib_img ul li {
    float: left;
    width: 278px;
    height: 70px;
    margin-left: 13px;
}

.ib_img ul li:first-child {
    margin-left: 0;
}

.ib_img ul li a {
    display: block;
    border: 1px solid #cccccc;
    width: 100%;
    height: 100%;
}

.ib_img ul li a img {
    width: 100%;
    height: 100%;
}

.ib_lb {
    float: right;
    width: 278px;
    height: 70px;
    border: 1px solid #cccccc;
}

.ctt-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ctt-1 .left {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.ctt-1 .left .bd,
.ctt-1 .left .bd ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ctt-1 .left .bd .tempWrap {
    width: 100%;
    height: 100%;
}

.ctt-1 .left .bd ul li {
    float: left;
    width: 100%;
    height: 100%;
}

.ctt-1 .left .bd ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ctt-1 .left .bd ul li>a img {
    width: 100%;
    height: 100%;
}

.ctt-1 .hd {
    position: absolute;
    right: 3px;
    bottom: 3px;
}

.ctt-1 .hd ul li {
    float: left;
    padding: 0 5px;
    color: #fff;
    margin: 0 1px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.ctt-1 .hd ul li.on {
    background-color: #ba0f13;
}

.titles p>a {
    color: #25549a;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    position: static;
    line-height: 24px;
}


/* å››å·çœlist */
.szfxx_list {
    height: 280px;
    overflow: hidden;
}

.lo_m ul.szfxx_list li {
    overflow: hidden;
}

.lo_m ul.szfxx_list li a {
    float: left;
    width: 100%;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 2% 50%;
    transition: all 0.4s linear;
}

.lo_m ul.szfxx_list li span {
    display: none;
    float: right;
    color: #999999;
    font-size: 16px;
}

.lo_m ul.szfxx_list li a:hover {
    text-indent: 1em;
}

/* end */

/*   å›½åŠ¡é™¢list */

.govpushinfo150203 {
    overflow: hidden;
}

.govpushinfo150203 li a {
    float: left;
    width: 100%;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/index/dian.png) no-repeat;
    background-position: 2% 50%;
    transition: all 0.4s linear;
}

.govpushinfo150203 li span {
    float: right;
    color: #999999;
    font-size: 16px;
    display: none;
}

.govpushinfo150203 li:nth-child(n+6) {
    display: none;
}

.govpushinfo150203 li a:hover {
    text-indent: 1em;
}

/* end */
@media (max-width: 1500px) {
    .lo_m ul li a p {
        width: 100%;
    }

    .ib_img ul li,
    .ib_lb {
        width: 230px;
    }

    .lth_main ul li a p {
        width: 70%;
    }

    .slideBox .hd {
        width: 22%;
    }

    .slideBox .bd ul li>a>span {
        width: 72%;
    }
}

@media (max-width:768px) {


    .lo_m ul li a span {
        display: none;
    }

    .yqsc {
        padding-top: 10px;
        height: auto;
    }

    .yqsc a {
        float: none;
        display: block;
        width: 100%;
        height: 50px;
        margin-top: 10px;
    }

    /*  */
    .main {
        margin-top: 0;
    }

    .index {
        padding: 0 10px;
    }

    .lbt,
    .list_one {
        float: none;
        width: 100%;
    }

    .lbt {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .index_top {
        height: auto;
    }

    .slideBox {
        height: 240px;
    }

    .slideBox>a {
        width: 30px;
        height: 52px;
    }

    .slideBox .bd ul li>a>span {
        width: 70%;
    }

    .slideBox .hd {
        width: 24%;
    }

    .slideBox .hd ul li {
        width: 8px;
        height: 8px;
        margin-right: 5px;
    }

    .lo_title {
        margin-top: 15px;
    }

    .lo_title p {
        font-size: 16px;
        padding: 0;
    }

    .lo_title div {
        margin-top: 6px;
    }

    .lo_m div h2 {
        font-size: 18px;
    }

    .lo_m ul li {
        /* padding: 5px 0; */
        line-height: 32px;
    }

    .lo_m ul li a {
        font-size: 16px;
    }

    .lo_m ul li a p {
        width: 100%;
    }

    .lo_m div p {
        height: auto;
    }

    .index_container {
        padding: 0;
    }

    .ic_nav,
    .list_two,
    .list_three {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .ic_nav ul {
        overflow: hidden;
    }

    .ic_nav ul li {
        float: left;
        width: 48%;
        margin-top: 0;
        margin-left: 4%;
        margin-bottom: 10px;
    }

    .ic_nav ul li:first-child {
        margin-left: 26%;
    }

    .ic_nav ul li:nth-child(2n) {
        margin-left: 0;
    }

    .ic_nav ul li a {
        font-size: 15px;
    }

    .ic_nav ul li a div {
        width: 34px;
        height: 34px;
    }

    .ic_nav ul li a div img {
        margin-top: 9px;
    }

    .ic_nav ul li a p {
        margin-left: 5px;
    }

    .ic_nav ul li a p:hover {
        margin-left: 1px;
    }

    .lt_title {
        margin: 10px 0 10px;
    }

    .lt_title div p {
        padding: 0 0 8px;
        margin: 0;
        text-align: center;
        font-size: 18px;
        width: 80px;
    }

    .lt_title div div {
        margin-top: -1px;
    }

    .lt_main ul li a p {
        width: 100%;
        line-height: 28px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .lt_main ul li a div {
        width: 28%;
        margin-right: 2%;
        display: none;
    }

    .lth_main ul {
        min-height: auto;
        padding: 0 0 5px;
    }

    .lth_main ul li a {
        font-size: 14px;
    }

    .lth_main ul li a p {
        width: 74%;
    }

    .lth_nav a {
        font-size: 16px;
        padding: 12px 0;
    }

    .ib_img,
    .ib_lb {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }

    .ib_lb {
        height: 76px;
    }

    .ib_img ul li {
        float: none;
        width: 100% !important;
        margin: 10px 0 0;
        margin-left: 0px !important;
    }

    .ib_img ul li a img {
        heighht: 76px;
    }

    .slideBox {
        height: 200px;
    }

    .lt_title div span {
        display: none;
    }

    .lt_main ul li {
        /* padding: 5px 0; */
        line-height: 32px;
    }

    .slideBox .hd ul {
        margin-top: 18px;
    }

    .lth_main ul li {
        line-height: 32px
    }
}